RESPONSE Assistant
Here you have a dialog with all the Response possibilities, along with the choice for opening & closing ASP tags, including the Recordset Name, Database FieldName, Line Break at end of Bracketed phrase.
If you click on the 'Include Recordset Name' Check Box, you can then enter a Recordset Name, and a FieldName. If you clicked the Open/Close ASP Tags, you would get an output similar to this:
<%=MyRS("FieldName")%>
This could come in handy when coding your output. For instance, You could type in the following Database fields for:
FirstName:
LastName:
Address:
Then - you could copy each one at a time and, after opening the Response dialog, Enter a Recordset name, and paste it in to the FieldName box, and click on 'Apply'. Once you enter the Recordset Name in the Recordset Name Box, it will continue to carry over until you quit the program. So, if you have multiple FieldNames, you only have to change that particular box each time you open the Response Dialog.